retry logic

英 [ˌriːˈtraɪ ˈlɒdʒɪk] 美 [ˌriːˈtraɪ ˈlɑːdʒɪk]

网络  重试逻辑

计算机



双语例句

  1. This enables the use of "retry" logic if necessary.
    这支持在必要时使用“重试”逻辑。
  2. Finally, the exception package contains the SOAException base class, which is used to log error conditions and trigger the transaction retry and recovery logic.
    最后,exception包包含SOAException基类。它用于记录错误条件并触发事务重试和恢复逻辑。
  3. Best practice indicates that exception handling should include retry logic ( where possible) or routing the task to an administrator to resolve.
    最佳实践表明,异常处理应该包含重试逻辑(如果可能),或者将任务路由给管理员处理。
  4. With the Application Server V7 WS-RM implementation, application developers can concentrate on specific application logic, rather than having to code application-independent retry logic.
    通过ApplicationServerV7WS-RM实现,应用程序开发人员可以集中精力关注具体应用程序逻辑,而不是编码与应用程序无关的重试逻辑。
  5. For example, imagine applying retry logic in the event of particular exceptions being encountered across the DAO layer.
    比如,想象一下在跨DAO层遭遇特殊异常时要使用重试逻辑。